home *** CD-ROM | disk | FTP | other *** search
/ The Scorpion King Cardz / The Scorpion King Cardz - Disc 2 - Cassandra.iso / pc / assets / scorp_game.dxr / 00044_parent_oStoneOutlines.ls < prev    next >
Encoding:
Text File  |  2002-03-21  |  430 b   |  15 lines

  1. property pMyListPosition, pWidth, pHeight, pMyRect, pMyState, pMyPoint, pMyImage, pBlendLevel
  2. global oOrbitCenter, oOrbitNodes, gMenuNum, gScreenNum
  3.  
  4. on new me, listPosition
  5.   pMyListPosition = listPosition
  6.   pMyImage = member("game_stoneoutlines").image.duplicate()
  7.   pWidth = pMyImage.width
  8.   pHeight = pMyImage.height
  9.   pMyRect = pMyImage.rect
  10.   pMyPoint = point(37, 408)
  11.   pMyState = #idle
  12.   pBlendLevel = 100
  13.   return me
  14. end
  15.